SftTree/OCX 7.0

SftTree.ColumnButtonRemainUp Property

Softel vdm, Inc.

Defines whether the specified column header button will return to its "up" position when pressed.

Deprecated - Provided for compatibility with earlier versions only - Use Header.RemainUp instead

Syntax       

Get

VB.NET

RemainUp = object.get_ColumnButtonRemainUp(ByVal ColIndex As Short)  As Boolean

VB

RemainUp = object.ColumnButtonRemainUp(ByVal ColIndex As Integer)  As Boolean

C#.NET

bool RemainUp = object.get_ColumnButtonRemainUp(short ColIndex);

VC++

VARIANT_BOOL RemainUp = object->ColumnButtonRemainUp[short ColIndex];
VARIANT_BOOL RemainUp = object->GetColumnButtonRemainUp(short ColIndex);

C

HRESULT object->get_ColumnButtonRemainUp(short ColIndex, VARIANT_BOOL* RemainUp);

Delphi

RemainUp := object.ColumnButtonRemainUp[ColIndex : Smallint]   : WordBool;

Put

VB.NET

object.set_ColumnButtonRemainUp(ByVal ColIndex As Short, ByVal RemainUp As Boolean)

VB

object.ColumnButtonRemainUp(ByVal ColIndex As Integer) = RemainUp  As Boolean

C#.NET

void object.set_ColumnButtonRemainUp(short ColIndex, bool RemainUp);

VC++

VARIANT_BOOL object->ColumnButtonRemainUp[short ColIndex] = RemainUp;
void object->PutColumnButtonRemainUp(short ColIndex, VARIANT_BOOL RemainUp);

C

HRESULT object->put_ColumnButtonRemainUp(short ColIndex, VARIANT_BOOL RemainUp);

Delphi

object.ColumnButtonRemainUp[ColIndex : Smallint] := RemainUp   : WordBool;

object

A SftTree object.

ColIndex

The zero-based column number.

RemainUp

Defines whether the specified column header button will return to its "up" position when pressed.

Boolean

Description

True

The column header button will return to its "up" position when pressed.

False

The column header button remains pressed.

Comments

Deprecated - Provided for compatibility with earlier versions only - Use Header.RemainUp instead

The ColumnButtonRemainUp property defines whether the specified column header button will return to its "up" position when pressed.

If column headers are not shown or column headers are shown as titles (see Headers.Appearance property), this property has no effect.

See Also  SftTree Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com